func go/types.isInteger
19 uses
go/types (current package)
const.go#L82: case isInteger(typ):
const.go#L266: if !isInteger(x.typ) && isInteger(typ) {
conversions.go#L29: case isInteger(x.typ) && isString(t):
conversions.go#L51: if !ok && isInteger(x.typ) && isInteger(T) {
conversions.go#L72: if isInteger(x.typ) && isInteger(u) {
conversions.go#L116: } else if x.mode == constant_ && isInteger(x.typ) && allString(T) {
conversions.go#L181: if (isInteger(Vu) || isBytesOrRunes(Vu)) && isString(Tu) {
expr.go#L688: if !isInteger(x.typ) {
expr.go#L705: if !isInteger(x.typ) {
expr.go#L860: if op == token.QUO && isInteger(x.typ) {
predicates.go#L25: func isInteger(t Type) bool { return isBasic(t, IsInteger) }
range.go#L99: rangeOverInt := isInteger(x.typ)
range.go#L176: if x.mode != invalid && !isInteger(x.typ) {
range.go#L227: if isInteger(typ) {
typexpr.go#L532: if isUntyped(x.typ) || isInteger(x.typ) {
typexpr.go#L543: if isInteger(x.typ) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)